/* DIY_Home用拡張CSS　DIYStyles.css　2005/08/14　*/ 
#Leftside{
  text-align: left;
  background : #f8fcfb;
  padding : 0px 5px 0px 5px;
  margin : 0px 0px 0px 0px;
  width : 140px;
  position : absolute;
  left : 0px;
  top : 150px;
  clear : both;
  font-size : 80%;
}
#Center{
  position : relative;
  left : 150px;
  background : white;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  width : 470px;
}
#Rightside{
  background : #f8fcfb;
  padding : 0px 5px 0px 5px;
  margin : 0px 0px 0px 0px;
  width : 130px;
  left : 620px;
  position : absolute;
  top : 150px;
}
#Bottom{
  background: #ffffff;
  padding : 5px 0px 0px 0px;
  margin : 5px 0px 5px 0px;
  clear : both;
  float : none;
  border-top-width : thin;
  border-top-style : dotted;
}
#Rireki{
  height : 150px;
}
